alert(getLocalString("The preference ") + keys[i] + getLocalString(" is missing from your preferences file and a default value has been used. Please contact your administrator."));
} else {
values[i] = pref;
}
}
}
if (setPrefs) {
navigator.savePreferences();
}
return;
}
function GetNetscapePref(prefKey, defaultValue, warn)
alert(getLocalString("The preference ") + prefKey + getLocalString(" is missing from your preferences file and a default value has been used. Please contact your administrator."));
pref = defaultValue;
}
return pref;
}
function GetNetscapePrefBool(prefKey, defaultValue, warn)
alert(getLocalString("The preference ") + prefKey + getLocalString(" is missing from your preferences file and a default value has been used. Please contact your administrator."));